We're cargo, not rustc
authorCody P Schafer <dev@codyps.com>
Wed, 3 Dec 2014 20:05:32 +0000 (15:05 -0500)
committerCody P Schafer <dev@codyps.com>
Wed, 3 Dec 2014 20:05:32 +0000 (15:05 -0500)
src/etc/install.sh

index 5d913c75a6cfbcd12e294e09d03b33d80a708bd3..33e787d9ae6216587967529376b2b5143138cd4c 100755 (executable)
@@ -308,7 +308,7 @@ then
         "${CFG_SRC_DIR}/bin/cargo" -V 2> /dev/null
         if [ $? -ne 0 ]
         then
-            err "can't execute rustc binary on this platform"
+            err "can't execute cargo binary on this platform"
         fi
     fi
 fi